Learn R Programming

reutils (version 0.1.0)

[.einfo: EInfo accessors

Description

Extract parts of a parsed einfo object.

Arguments

x
An einfo object.
i
Indices specifying elements to extract.

Value

  • A list.

See Also

Extract

Examples

Run this code
e <- einfo("pubmed")
e[1:5]
e["Description"]
e[["Links"]]

Run the code above in your browser using DataLab